home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / bash / bash_108 / bash-108.zoo / bash-1.08 / README < prev    next >
Encoding:
Text File  |  1991-05-19  |  1.3 KB  |  37 lines

  1. This README file is in -*- text -*- mode, because Emacs likes it that way.
  2.  
  3. This is GNU Bash, version 1.08.  Bash is the GNU Project's Bourne
  4. Again SHell, an interactive shell with Bourne shell syntax (/bin/sh);
  5. but also with interactive command line editing, job control on
  6. architectures that support it, Csh-like history features and brace
  7. expansion, and a slew of other stuff.  For more information on the
  8. features of Bash that are new to this type of shell, see the file
  9. `documentation/features.texi'.  There is also a processed DVI file
  10. there, as well as a large man page.
  11.  
  12. To compile it, try typing `make'.
  13.  
  14. You may want to read the file INSTALL in this directory for more
  15. information, but I doubt it.
  16.  
  17. Bug reports for 1.08 should be sent to:
  18.  
  19.     bash-maintainers@ai.mit.edu
  20.  
  21. The discussion list "bug-bash@ai.ait.edu" often contains information
  22. about new ports of Bash, or disussions of new features or behaviour
  23. changes that people would like.
  24.  
  25. When you send a bug report, please include:
  26.  
  27.     * the version number of Bash
  28.     * the machine and OS that it is running on (see .machine or .made)
  29.     * a description of the bug
  30.     * a recipe for recreating the bug reliably
  31.     * a fix for the bug if you have one!
  32.  
  33. While the maintainers of Bash do not promise to fix all bugs, we would
  34. like this shell to be the best that we can make it.
  35.  
  36. Enjoy!
  37.